home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / RCS / hostd.h,v < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.1 KB  |  87 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.4
  10. date     92.12.13.18.24.32;  author mgbaker;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     92.12.13.15.43.21;  author mgbaker;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     92.11.12.11.44.07;  author mgbaker;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     92.10.26.13.43.13;  author mgbaker;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @For network monitoring device and program.
  32. @
  33.  
  34.  
  35. 1.4
  36. log
  37. @*** empty log message ***
  38. @
  39. text
  40. @#ifndef _HOSTD
  41. #define _HOSTD
  42.  
  43. typedef struct Dev_ClientInfo {
  44.     int        hostNumber;
  45.     int        hostState;
  46. } Dev_ClientInfo;
  47.  
  48. #define    DEV_CLIENT_STATE_NEW_HOST    0x1
  49. #define    DEV_CLIENT_STATE_DEAD_HOST    0x2
  50. #define    DEV_CLIENT_START_LIST        0xF004    /* Unlikely to be ioctl # */
  51. #define    DEV_CLIENT_END_LIST        0xF008    /* Unlikely to be ioctl # */
  52.  
  53. #endif /* _HOSTD */
  54. @
  55.  
  56.  
  57. 1.3
  58. log
  59. @*** empty log message ***
  60. @
  61. text
  62. @d1 3
  63. d13 2
  64. @
  65.  
  66.  
  67. 1.2
  68. log
  69. @*** empty log message ***
  70. @
  71. text
  72. @@
  73.  
  74.  
  75. 1.1
  76. log
  77. @Initial revision
  78. @
  79. text
  80. @d1 1
  81. a1 1
  82. typedef struct ClientInfo {
  83. d4 1
  84. a4 1
  85. } ClientInfo;
  86. @
  87.